Algorithm (C++)

In the C++ programming language, algorithms are components that perform algorithmic operations on containers and other sequences.[1]

The C++ standard provides some standard algorithms collected in the <algorithm> standard header. All algorithms are in the std namespace.

Contents

Category

A few algorithms

References

  1. ^ ISO/IEC (2003). ISO/IEC 14882:2003(E): Programming Languages - C++ ยง25 Algorithms library [lib.algorithms] para. 1

External links